home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / Tienda.dir / 00029_videos.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  343 b   |  12 lines

  1. on mouseEnter
  2.   puppetSprite(the currentSpriteNum, 1)
  3.   set the blend of sprite the currentSpriteNum to 100
  4.   set the visible of sprite (the currentSpriteNum + 5) to 1
  5. end
  6.  
  7. on mouseLeave
  8.   set the blend of sprite the currentSpriteNum to 0
  9.   puppetSprite(the currentSpriteNum, 0)
  10.   set the visible of sprite (the currentSpriteNum + 5) to 0
  11. end
  12.